home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / debuging.arc / SPEED.DOC < prev    next >
Text File  |  1988-04-11  |  3KB  |  59 lines

  1. Documentation for SPEED.COM
  2.  
  3. This program compares the microprocessor and memory operations in your
  4. computer with the "standard" IBM/PC. Peter Norton's Norton Utilities has
  5. a routine called SI (SYSINFO.COM) that attempts to measure the performance
  6. of a compatible against an IBM/PC. This program expands upon that idea and
  7. gives a more complete showing of what the actual performance of a machine
  8. may be in "real world" applications.
  9.  
  10. For a fair check, you should boot from the DOS disk so that no extra device
  11. drivers are installed (that use interrupts and slow things down). With the
  12. standard IBM/PC, each of the operations indicated will show 100% (or nearly
  13. so). Any slight difference is due to asynchronism between the programs
  14. operation and the system clock.
  15.  
  16. The response from my "turbo-XT" looks like this:
  17.  
  18. ╔══════════╦═════════════════════════════════════════════════════╦═══════════╗
  19. ║ µDESIGNS ║         IBM COMPATIBLE PERFORMANCE ANALYZER         ║ (C)  1986 ║
  20. ╚══════════╩═════════════════════════════════════════════════════╩═══════════╝
  21.                     Copyright (C) 1986 Richard B. Johnson
  22.  
  23.  
  24.       Checking memory block write   ticks: 129 compared to IBM/PC 391%
  25.       Checking register to memory   ticks: 262 compared to IBM/PC 187%
  26.       Checking memory to register   ticks: 279 compared to IBM/PC 175%
  27.       Checking register to register ticks: 326 compared to IBM/PC 169%
  28.       Checking divide by register   ticks: 102 compared to IBM/PC 501%
  29.       Checking divide by memory     ticks: 169 compared to IBM/PC 357%
  30.       Checking multiply by register ticks: 115 compared to IBM/PC 418%
  31.       Checking multiply by memory   ticks: 143 compared to IBM/PC 389%
  32.       Checking stack operations     ticks: 248 compared to IBM/PC 179%
  33.       Checking far jumps, far calls ticks: 309 compared to IBM/PC 167%
  34.  
  35.    Total time is: 2082 clock ticks, (115 seconds) compared to IBM/PC 247%
  36.  
  37. This means that my system is 247 percent faster than an IBM/PC. Note that
  38. memory operations (stack, register to memory, etc.) are not quite as fast
  39. as register only operations. This shows that the probable bottle-neck in
  40. my system is memory access. This "turbo" system runs a V-20 at 8MHz.
  41.  
  42. If you take this program to computer swap-meets, you can compare the speed of
  43. various "clones" before you purchase or update your system. It can even help
  44. you negotiate for a better price if the speed is not quite as fast as
  45. the saleman says!
  46.  
  47.     Cheers,
  48.  
  49.     Dick Johnson
  50.     SYSTOP
  51.     Program Exchange
  52.     3603 Chestnut Street Apt. C
  53.     Lafayette, CA. 94549
  54.     (415) 283-3505    data
  55.     (415) 283-2809  voice
  56.  
  57. YSTOP
  58.     Program Exchange
  59.     3603 Chestnut Street Apt